home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
v7n11.arc
/
FILL.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1988-05-02
|
250 b
|
9 lines
DEF SEG = &HB800 'CGA display memory segment
SCREEN 1
X = TIMER
WHILE X + .5 > TIMER 'allow screen time to settle
WEND
FOR X = 0 TO 15999 'turn on all pixels in succession
POKE X, 255
NEXT